翻訳と辞書
Words near each other
・ Persistent Close Air Support
・ Persistent current
・ Persistent data
・ Persistent data structure
・ Persistent edema of rosacea
・ Persistent environment
・ Persistent fetal circulation
・ Persistent fetal vasculature
・ Persistent generalized lymphadenopathy
・ Persistent genital arousal disorder
・ Persistent homology
・ Persistent hyperplastic primary vitreous
・ Persistent identifier
・ Persistent left superior vena cava
・ Persistent luminescence
Persistent memory
・ Persistent Müllerian duct syndrome
・ Persistent Object Identifier
・ Persistent object store
・ Persistent organic pollutant
・ Persistent polyclonal B-cell lymphocytosis
・ Persistent poverty county
・ Persistent programming language
・ Persistent pupillary membrane
・ Persistent Shared Object Model
・ Persistent Systems
・ Persistent thyroglossal duct
・ Persistent truncus arteriosus
・ Persistent tunica vasculosa lentis
・ Persistent uniform resource locator


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Persistent memory : ウィキペディア英語版
Persistent memory

In computer science, persistent memory is any method or apparatus for efficiently storing data structures such that they can continue to be accessed using memory instructions or memory APIs even after the end of the process that created or last modified them.〔Satish M. Thatte. 1986. Persistent memory: a storage architecture for object-oriented database systems. In Proceedings on the 1986 international workshop on Object-oriented database systems (OODS '86). IEEE Computer Society Press, Los Alamitos, CA, USA, 148-159.〕
Often confused with non-volatile random-access memory (NVRAM), persistent memory is instead more closely linked to the concept of persistence in its emphasis on program state that exists outside the fault zone of the process that created it.
Efficient, memory-like access is the defining characteristic of persistent memory. It can be provided using microprocessor memory instructions, such as load and store. It can also be provided using APIs that implement remote direct memory access verbs, such as RDMA read and RDMA write. Other low-latency methods that allow byte-grain access to data also qualify.
Persistent memory capabilities extend beyond non-volatility of stored bits. For instance, the loss of key metadata, such as page table entries or other constructs that translate virtual addresses to physical addresses, may render durable bits non-persistent. In this respect, persistent memory resembles more abstract forms of computer storage, such as file systems. In fact, almost all existing persistent memory technologies implement at least a basic file system that can be used for associating names or identifiers with stored extents, and at a minimum provide file system methods that can be used for naming and allocating such extents.
== See also ==

* Persistent data
* Persistent data structures

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Persistent memory」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.